home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / dev / cross / 6502d.lha / 6502d.h < prev    next >
Encoding:
Text File  |  2002-01-26  |  985 b   |  16 lines

  1. /*****************************************************************************
  2. * 6502D Version 0.1                                                          *
  3. * Bart Trzynadlowski, 1999                                                   *
  4. *                                                                            *
  5. * Feel free to do whatever you wish with this source code provided that you  *
  6. * understand it is provided "as is" and that the author will not be held     *
  7. * responsible for anything that happens because of this software.            *
  8. *                                                                            *
  9. * 6502d.h: Contains all function prototypes.                                 *
  10. *****************************************************************************/
  11.  
  12. /* function prototypes */
  13. int findarg(int argc, char *argv[], const char *args);
  14. int singlearg(int argc, char *argv[], const char *args);
  15. int disasm(unsigned char opcode, int *p, FILE *infile);
  16.